home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Pent code / pent floating window.h < prev    next >
Text File  |  1995-07-16  |  546b  |  21 lines

  1. #ifndef __PENT_FLOATING_WINDOW_H__
  2. #define __PENT_FLOATING_WINDOW_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern    void SetupTheFloatingWindow(WindowRef theWindow);
  9. extern    void OpenTheFloatingWindow(WindowRef theWindow);
  10. extern    void DisposeTheFloatingWindow(void);
  11. extern    void MouseClickedInFloatingWindow(WindowRef theWindow, Point mouseLoc);
  12. extern    void DrawTheFloatingWindow(WindowRef theWindow, short theDepth);
  13. extern    void ToggleShowFloatingWindow(void);
  14. extern    void ToggleAnchorFloatingWindow(void);
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20. #endif
  21.